|
This page last changed on Dec 17, 2008 by dcline.
NFS mounts
Most AVED computers have the following mounts available that are used to share files around the MBARI network and between AVED computers.
| mount point |
description |
| /u |
It's a good idea to put your source code here because it is backed up hourly and daily. Maps to your tempest users root directory, e.g. /u/dcline, or in Windows IE IE navigate to \\tempest\dcline. |
| /tempbox |
Can be used to share files between AVED computers and Windows or Mac machines. Maps to your temporary directory on tempest, e.g. /tempbox/dcline, or in Windows IE navigate to \\tempest\tempbox\dcline. |
| /engineering |
Included for reference. Engineering data was previously placed here, but is planned to be migrated to Confluence. Maps to the engineering directory on tornado, /tornado/engineering , or in Windows IE navigate to \\tornado\engineering |
| /project |
Included for reference. Engineering data used to be placed here but is slowly being migrated to Confluence. Maps to the project library, e.g. /tornado/projectlibrary, or in Windows IE navigate to \\tornado\projectlibrary |
AVED specific shares available are:
| mount point |
description |
| /nanomiaRAID |
Maps to the RAID storage on nanomia for long-term data storage of video, in Windows IE navigate to \\nanomia\nanomiaRAID, on Mac, connect to smb://nanomia.shore.mbari.org/nanomiaRAID |
If these mounts are not on you Linux computer, you can add them if you have root permision to your /etc/fstab file with:
| tempest:/vol/vol0/users |
/u |
nfs |
bg,soft,nosuid,nodev,exec |
0 |
0 |
| tempest:/vol/tempbox |
/tempbox |
nfs |
bg,soft,nosuid,nodev,exec |
0 |
0 |
| tornado:/vol/vol0/Engineering |
/engineering |
nfs |
bg,soft,nosuid,nodev,exec |
0 |
0 |
| tornado:/vol/vol0/ProjectLibrary |
/project |
nfs |
bg,soft,nosuid,nodev,exec |
0 |
0 |
| nanomia.shore.mbari.org:/nanomiaRAID |
/nanomiaRAID |
nfs |
rw,bg,soft |
0 |
0 |
Storage Configuration
|